Crate llama_cpp_sys

source ·
Expand description

System-level, highly unsafe bindings to llama.cpp.

There’s a lot of nuance here; for a safe alternative, see llama_cpp.

You need cmake, a compatible libc, libcxx, libcxxabi, and libclang to build this project, along with a C/C++ compiler toolchain.

The code is automatically built for static and dynamic linking using the cmake crate, with C FFI bindings being generated with bindgen.

Structs§

Enums§

Constants§

Functions§

Type Aliases§

Unions§